Html Css Color HEX #CCDE9E Reef

📋 copy color: '#CCDE9E'

red 204 ◦ green 222 ◦ blue 158

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

Shades of Reef #CCDE9E

Tints of Reef #CCDE9E

RGB

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

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

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

R = 34.93%
G = 38.01%
B = 27.05%

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

#CCDE9E (or 0xCCDE9E) is known color: Reef. HEX triplet: CC, DE and 9E. RGB value is (204,222,158). Sum of RGB (Red+Green+Blue) = 204+222+158=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE9E is #332161. Grayscale: #D1D1D1. Windows color (decimal): -3350882 or 10411724. OLE color: 10411724.

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

Color convert

RGB 204 222 158 -
CMYK 0.08 0 0.29 0.13
HSL 76.88º 0.49% 0.75% -
HSV(B) 76.88º 0.29% 0.87% -
XYZ 57.19 67.55 42.37 -
YUV 209.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 204 222 158 0.08 0 0.29 0.13 76.88 0.49 0.75
Hex CC DE 9E 8 0 1D D 4D 31 4B
Octal 314 336 236 10 0 35 15 115 61 113
Binary 11001100 11011110 10011110 1000 0 11101 1101 1001101 110001 1001011

Color Harmonies of #CCDE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE9E

Black with #CCDE9E

Text Example


Text Example

White with #CCDE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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