Html Css Color HEX #CCE4AF Reef

📋 copy color: '#CCE4AF'

red 204 ◦ green 228 ◦ blue 175

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

Shades of Reef #CCE4AF

Tints of Reef #CCE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.56%

 BLUE value IS 175 (68.75% from 255) = 28.83%

R = 33.61%
G = 37.56%
B = 28.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#CCE4AF (or 0xCCE4AF) is known color: Reef. HEX triplet: CC, E4 and AF. RGB value is (204,228,175). Sum of RGB (Red+Green+Blue) = 204+228+175=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE4AF is #331B50. Grayscale: #D6D6D6. Windows color (decimal): -3349329 or 11527372. OLE color: 11527372.

HSL color Cylindrical-coordinate representation of color #CCE4AF: hue angle of 87.17º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE4AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 175 -
CMYK 0.11 0 0.23 0.11
HSL 87.17º 0.5% 0.79% -
HSV(B) 87.17º 0.23% 0.89% -
XYZ 60.38 71.42 51.16 -
YUV 214.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 204 228 175 0.11 0 0.23 0.11 87.17 0.5 0.79
Hex CC E4 AF B 0 17 B 57 32 4F
Octal 314 344 257 13 0 27 13 127 62 117
Binary 11001100 11100100 10101111 1011 0 10111 1011 1010111 110010 1001111

Color Harmonies of #CCE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4AF

Black with #CCE4AF

Text Example


Text Example

White with #CCE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4AF; }

 p { color: rgb(204,228,175); }

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

background-color css

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

 a { background-color: rgb(204,228,175); }

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

border-color css

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

 span { border-color: rgb(204,228,175); }

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