Html Css Color HEX #CCE1AF Reef

📋 copy color: '#CCE1AF'

red 204 ◦ green 225 ◦ blue 175

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

Shades of Reef #CCE1AF

Tints of Reef #CCE1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.25%

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

R = 33.77%
G = 37.25%
B = 28.97%

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

#CCE1AF (or 0xCCE1AF) is known color: Reef. HEX triplet: CC, E1 and AF. RGB value is (204,225,175). Sum of RGB (Red+Green+Blue) = 204+225+175=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1AF is #331E50. Grayscale: #D5D5D5. Windows color (decimal): -3350097 or 11526604. OLE color: 11526604.

HSL color Cylindrical-coordinate representation of color #CCE1AF: hue angle of 85.2º degrees, saturation: 0.45, 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 #CCE1AF is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 175 -
CMYK 0.09 0 0.22 0.12
HSL 85.2º 0.45% 0.78% -
HSV(B) 85.2º 0.22% 0.88% -
XYZ 59.56 69.78 50.89 -
YUV 213.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 204 225 175 0.09 0 0.22 0.12 85.2 0.45 0.78
Hex CC E1 AF 9 0 16 C 55 2D 4E
Octal 314 341 257 11 0 26 14 125 55 116
Binary 11001100 11100001 10101111 1001 0 10110 1100 1010101 101101 1001110

Color Harmonies of #CCE1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1AF

Black with #CCE1AF

Text Example


Text Example

White with #CCE1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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