Html Css Color HEX #CCE7AF Reef

📋 copy color: '#CCE7AF'

red 204 ◦ green 231 ◦ blue 175

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

Shades of Reef #CCE7AF

Tints of Reef #CCE7AF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.87%

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

R = 33.44%
G = 37.87%
B = 28.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#CCE7AF (or 0xCCE7AF) is known color: Reef. HEX triplet: CC, E7 and AF. RGB value is (204,231,175). Sum of RGB (Red+Green+Blue) = 204+231+175=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7AF is #331850. Grayscale: #D8D8D8. Windows color (decimal): -3348561 or 11528140. OLE color: 11528140.

HSL color Cylindrical-coordinate representation of color #CCE7AF: hue angle of 88.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCE7AF is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 175 -
CMYK 0.12 0 0.24 0.09
HSL 88.93º 0.54% 0.8% -
HSV(B) 88.93º 0.24% 0.91% -
XYZ 61.22 73.08 51.44 -
YUV 216.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 204 231 175 0.12 0 0.24 0.09 88.93 0.54 0.8
Hex CC E7 AF C 0 18 9 59 36 50
Octal 314 347 257 14 0 30 11 131 66 120
Binary 11001100 11100111 10101111 1100 0 11000 1001 1011001 110110 1010000

Color Harmonies of #CCE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7AF

Black with #CCE7AF

Text Example


Text Example

White with #CCE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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