Html Css Color HEX #CCDE9D Reef

📋 copy color: '#CCDE9D'

red 204 ◦ green 222 ◦ blue 157

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

Shades of Reef #CCDE9D

Tints of Reef #CCDE9D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 34.99%
G = 38.08%
B = 26.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CCDE9D (or 0xCCDE9D) is known color: Reef. HEX triplet: CC, DE and 9D. RGB value is (204,222,157). Sum of RGB (Red+Green+Blue) = 204+222+157=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE9D is #332162. Grayscale: #D1D1D1. Windows color (decimal): -3350883 or 10346188. OLE color: 10346188.

HSL color Cylindrical-coordinate representation of color #CCDE9D: hue angle of 76.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDE9D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 157 -
CMYK 0.08 0 0.29 0.13
HSL 76.62º 0.5% 0.74% -
HSV(B) 76.62º 0.29% 0.87% -
XYZ 57.11 67.51 41.92 -
YUV 209.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 204 222 157 0.08 0 0.29 0.13 76.62 0.5 0.74
Hex CC DE 9D 8 0 1D D 4D 32 4A
Octal 314 336 235 10 0 35 15 115 62 112
Binary 11001100 11011110 10011101 1000 0 11101 1101 1001101 110010 1001010

Color Harmonies of #CCDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE9D

Black with #CCDE9D

Text Example


Text Example

White with #CCDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE9D; }

 p { color: rgb(204,222,157); }

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

background-color css

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

 a { background-color: rgb(204,222,157); }

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

border-color css

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

 span { border-color: rgb(204,222,157); }

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