Html Css Color HEX #CCEEAD Reef

📋 copy color: '#CCEEAD'

red 204 ◦ green 238 ◦ blue 173

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

Shades of Reef #CCEEAD

Tints of Reef #CCEEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 33.17%
G = 38.7%
B = 28.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CCEEAD (or 0xCCEEAD) is known color: Reef. HEX triplet: CC, EE and AD. RGB value is (204,238,173). Sum of RGB (Red+Green+Blue) = 204+238+173=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAD is #331152. Grayscale: #DCDCDC. Windows color (decimal): -3346771 or 11398860. OLE color: 11398860.

HSL color Cylindrical-coordinate representation of color #CCEEAD: hue angle of 91.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCEEAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 173 -
CMYK 0.14 0 0.27 0.07
HSL 91.38º 0.66% 0.81% -
HSV(B) 91.38º 0.27% 0.93% -
XYZ 63.02 77 51.08 -
YUV 220.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 204 238 173 0.14 0 0.27 0.07 91.38 0.66 0.81
Hex CC EE AD E 0 1B 7 5B 42 51
Octal 314 356 255 16 0 33 7 133 102 121
Binary 11001100 11101110 10101101 1110 0 11011 111 1011011 1000010 1010001

Color Harmonies of #CCEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEAD

Black with #CCEEAD

Text Example


Text Example

White with #CCEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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