Html Css Color HEX #CCDEB2 Reef

📋 copy color: '#CCDEB2'

red 204 ◦ green 222 ◦ blue 178

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

Shades of Reef #CCDEB2

Tints of Reef #CCDEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.47%

R = 33.77%
G = 36.75%
B = 29.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CCDEB2 (or 0xCCDEB2) is known color: Reef. HEX triplet: CC, DE and B2. RGB value is (204,222,178). Sum of RGB (Red+Green+Blue) = 204+222+178=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEB2 is #33214D. Grayscale: #D3D3D3. Windows color (decimal): -3350862 or 11722444. OLE color: 11722444.

HSL color Cylindrical-coordinate representation of color #CCDEB2: hue angle of 84.55º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 178 -
CMYK 0.08 0 0.20 0.13
HSL 84.55º 0.4% 0.78% -
HSV(B) 84.55º 0.2% 0.87% -
XYZ 59.06 68.29 52.19 -
YUV 211.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 204 222 178 0.08 0 0.20 0.13 84.55 0.4 0.78
Hex CC DE B2 8 0 14 D 55 28 4E
Octal 314 336 262 10 0 24 15 125 50 116
Binary 11001100 11011110 10110010 1000 0 10100 1101 1010101 101000 1001110

Color Harmonies of #CCDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEB2

Black with #CCDEB2

Text Example


Text Example

White with #CCDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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