Html Css Color HEX #CCDEAD Reef

📋 copy color: '#CCDEAD'

red 204 ◦ green 222 ◦ blue 173

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

Shades of Reef #CCDEAD

Tints of Reef #CCDEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 34.06%
G = 37.06%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#CCDEAD (or 0xCCDEAD) is known color: Reef. HEX triplet: CC, DE and AD. RGB value is (204,222,173). Sum of RGB (Red+Green+Blue) = 204+222+173=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEAD is #332152. Grayscale: #D3D3D3. Windows color (decimal): -3350867 or 11394764. OLE color: 11394764.

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

Color convert

RGB 204 222 173 -
CMYK 0.08 0 0.22 0.13
HSL 82.04º 0.43% 0.77% -
HSV(B) 82.04º 0.22% 0.87% -
XYZ 58.57 68.1 49.59 -
YUV 211.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 204 222 173 0.08 0 0.22 0.13 82.04 0.43 0.77
Hex CC DE AD 8 0 16 D 52 2B 4D
Octal 314 336 255 10 0 26 15 122 53 115
Binary 11001100 11011110 10101101 1000 0 10110 1101 1010010 101011 1001101

Color Harmonies of #CCDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEAD

Black with #CCDEAD

Text Example


Text Example

White with #CCDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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