Html Css Color HEX #CCDB9E Reef

📋 copy color: '#CCDB9E'

red 204 ◦ green 219 ◦ blue 158

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

Shades of Reef #CCDB9E

Tints of Reef #CCDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 35.11%
G = 37.69%
B = 27.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#CCDB9E (or 0xCCDB9E) is known color: Reef. HEX triplet: CC, DB and 9E. RGB value is (204,219,158). Sum of RGB (Red+Green+Blue) = 204+219+158=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9E is #332461. Grayscale: #CFCFCF. Windows color (decimal): -3351650 or 10410956. OLE color: 10410956.

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

Color convert

RGB 204 219 158 -
CMYK 0.07 0 0.28 0.14
HSL 74.75º 0.46% 0.74% -
HSV(B) 74.75º 0.28% 0.86% -
XYZ 56.4 65.97 42.11 -
YUV 207.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 204 219 158 0.07 0 0.28 0.14 74.75 0.46 0.74
Hex CC DB 9E 7 0 1C E 4B 2E 4A
Octal 314 333 236 7 0 34 16 113 56 112
Binary 11001100 11011011 10011110 111 0 11100 1110 1001011 101110 1001010

Color Harmonies of #CCDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB9E

Black with #CCDB9E

Text Example


Text Example

White with #CCDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB9E; }

 p { color: rgb(204,219,158); }

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

background-color css

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

 a { background-color: rgb(204,219,158); }

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

border-color css

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

 span { border-color: rgb(204,219,158); }

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