Html Css Color HEX #CCDEB1 Reef

📋 copy color: '#CCDEB1'

red 204 ◦ green 222 ◦ blue 177

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

Shades of Reef #CCDEB1

Tints of Reef #CCDEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 33.83%
G = 36.82%
B = 29.35%

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

#CCDEB1 (or 0xCCDEB1) is known color: Reef. HEX triplet: CC, DE and B1. RGB value is (204,222,177). Sum of RGB (Red+Green+Blue) = 204+222+177=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEB1 is #33214E. Grayscale: #D3D3D3. Windows color (decimal): -3350863 or 11656908. OLE color: 11656908.

HSL color Cylindrical-coordinate representation of color #CCDEB1: hue angle of 84º degrees, saturation: 0.41, 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 #CCDEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 177 -
CMYK 0.08 0 0.20 0.13
HSL 84º 0.41% 0.78% -
HSV(B) 84º 0.2% 0.87% -
XYZ 58.96 68.25 51.66 -
YUV 211.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 204 222 177 0.08 0 0.20 0.13 84 0.41 0.78
Hex CC DE B1 8 0 14 D 54 29 4E
Octal 314 336 261 10 0 24 15 124 51 116
Binary 11001100 11011110 10110001 1000 0 10100 1101 1010100 101001 1001110

Color Harmonies of #CCDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEB1

Black with #CCDEB1

Text Example


Text Example

White with #CCDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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