Html Css Color HEX #CCEAAD Reef

📋 copy color: '#CCEAAD'

red 204 ◦ green 234 ◦ blue 173

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

Shades of Reef #CCEAAD

Tints of Reef #CCEAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 33.39%
G = 38.3%
B = 28.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#CCEAAD (or 0xCCEAAD) is known color: Reef. HEX triplet: CC, EA and AD. RGB value is (204,234,173). Sum of RGB (Red+Green+Blue) = 204+234+173=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAD is #331552. Grayscale: #DADADA. Windows color (decimal): -3347795 or 11397836. OLE color: 11397836.

HSL color Cylindrical-coordinate representation of color #CCEAAD: hue angle of 89.51º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCEAAD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 173 -
CMYK 0.13 0 0.26 0.08
HSL 89.51º 0.59% 0.8% -
HSV(B) 89.51º 0.26% 0.92% -
XYZ 61.87 74.7 50.69 -
YUV 218.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 204 234 173 0.13 0 0.26 0.08 89.51 0.59 0.8
Hex CC EA AD D 0 1A 8 5A 3B 50
Octal 314 352 255 15 0 32 10 132 73 120
Binary 11001100 11101010 10101101 1101 0 11010 1000 1011010 111011 1010000

Color Harmonies of #CCEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAAD

Black with #CCEAAD

Text Example


Text Example

White with #CCEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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