Html Css Color HEX #CCDC9B Reef

📋 copy color: '#CCDC9B'

red 204 ◦ green 220 ◦ blue 155

#CCDC9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CCDC9B

Tints of Reef #CCDC9B

RGB

 RED value IS 204 (80.08% from 255) = 35.23%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 155 (60.94% from 255) = 26.77%

R = 35.23%
G = 38%
B = 26.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCDC9B (or 0xCCDC9B) is known color: Reef. HEX triplet: CC, DC and 9B. RGB value is (204,220,155). Sum of RGB (Red+Green+Blue) = 204+220+155=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC9B is #332364. Grayscale: #D0D0D0. Windows color (decimal): -3351397 or 10214604. OLE color: 10214604.

HSL color Cylindrical-coordinate representation of color #CCDC9B: hue angle of 74.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDC9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 155 -
CMYK 0.07 0 0.30 0.14
HSL 74.77º 0.48% 0.74% -
HSV(B) 74.77º 0.3% 0.86% -
XYZ 56.41 66.39 40.85 -
YUV 207.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 204 220 155 0.07 0 0.30 0.14 74.77 0.48 0.74
Hex CC DC 9B 7 0 1E E 4B 30 4A
Octal 314 334 233 7 0 36 16 113 60 112
Binary 11001100 11011100 10011011 111 0 11110 1110 1001011 110000 1001010

Color Harmonies of #CCDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC9B

Black with #CCDC9B

Text Example


Text Example

White with #CCDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC9B; }

 p { color: rgb(204,220,155); }

 H1.HeaderClassName
 {
   color: #CCDC9B;
 }
 .AnyTagClassName
 {
   color: #CCDC9B;
 }
</style>

background-color css

<style>
 a { background-color: #CCDC9B; }

 a { background-color: rgb(204,220,155); }

 div.DivClassName
 {
   background-color: #CCDC9B;
 }
 .BgClassName
 {
   background-color: #CCDC9B;
 }
</style>

border-color css

<style>
 span { border-color: #CCDC9B; }

 span { border-color: rgb(204,220,155); }

 td.TdClassName
 {
   border-color: #CCDC9B;
 }
 .TagClassName
 {
   border-color: #CCDC9B;
 }
</style>