Html Css Color HEX #CCE9AF Reef

📋 copy color: '#CCE9AF'

red 204 ◦ green 233 ◦ blue 175

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

Shades of Reef #CCE9AF

Tints of Reef #CCE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 33.33%
G = 38.07%
B = 28.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#CCE9AF (or 0xCCE9AF) is known color: Reef. HEX triplet: CC, E9 and AF. RGB value is (204,233,175). Sum of RGB (Red+Green+Blue) = 204+233+175=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AF is #331650. Grayscale: #D9D9D9. Windows color (decimal): -3348049 or 11528652. OLE color: 11528652.

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

Color convert

RGB 204 233 175 -
CMYK 0.12 0 0.25 0.09
HSL 90º 0.57% 0.8% -
HSV(B) 90º 0.25% 0.91% -
XYZ 61.78 74.21 51.63 -
YUV 217.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 204 233 175 0.12 0 0.25 0.09 90 0.57 0.8
Hex CC E9 AF C 0 19 9 5A 39 50
Octal 314 351 257 14 0 31 11 132 71 120
Binary 11001100 11101001 10101111 1100 0 11001 1001 1011010 111001 1010000

Color Harmonies of #CCE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9AF

Black with #CCE9AF

Text Example


Text Example

White with #CCE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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