Html Css Color HEX #CCE0AF Reef

📋 copy color: '#CCE0AF'

red 204 ◦ green 224 ◦ blue 175

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

Shades of Reef #CCE0AF

Tints of Reef #CCE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 33.83%
G = 37.15%
B = 29.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#CCE0AF (or 0xCCE0AF) is known color: Reef. HEX triplet: CC, E0 and AF. RGB value is (204,224,175). Sum of RGB (Red+Green+Blue) = 204+224+175=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0AF is #331F50. Grayscale: #D4D4D4. Windows color (decimal): -3350353 or 11526348. OLE color: 11526348.

HSL color Cylindrical-coordinate representation of color #CCE0AF: hue angle of 84.49º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCE0AF is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 175 -
CMYK 0.09 0 0.22 0.12
HSL 84.49º 0.44% 0.78% -
HSV(B) 84.49º 0.22% 0.88% -
XYZ 59.3 69.24 50.8 -
YUV 212.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 204 224 175 0.09 0 0.22 0.12 84.49 0.44 0.78
Hex CC E0 AF 9 0 16 C 54 2C 4E
Octal 314 340 257 11 0 26 14 124 54 116
Binary 11001100 11100000 10101111 1001 0 10110 1100 1010100 101100 1001110

Color Harmonies of #CCE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0AF

Black with #CCE0AF

Text Example


Text Example

White with #CCE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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