Html Css Color HEX #CCE3AF Reef

📋 copy color: '#CCE3AF'

red 204 ◦ green 227 ◦ blue 175

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

Shades of Reef #CCE3AF

Tints of Reef #CCE3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

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

R = 33.66%
G = 37.46%
B = 28.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#CCE3AF (or 0xCCE3AF) is known color: Reef. HEX triplet: CC, E3 and AF. RGB value is (204,227,175). Sum of RGB (Red+Green+Blue) = 204+227+175=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE3AF is #331C50. Grayscale: #D6D6D6. Windows color (decimal): -3349585 or 11527116. OLE color: 11527116.

HSL color Cylindrical-coordinate representation of color #CCE3AF: hue angle of 86.54º degrees, saturation: 0.48, 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 #CCE3AF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 175 -
CMYK 0.10 0 0.23 0.11
HSL 86.54º 0.48% 0.79% -
HSV(B) 86.54º 0.23% 0.89% -
XYZ 60.11 70.87 51.07 -
YUV 214.2 105.88 120.73 -
System Red Green Blue C M Y K H S L
Decimal 204 227 175 0.10 0 0.23 0.11 86.54 0.48 0.79
Hex CC E3 AF A 0 17 B 57 30 4F
Octal 314 343 257 12 0 27 13 127 60 117
Binary 11001100 11100011 10101111 1010 0 10111 1011 1010111 110000 1001111

Color Harmonies of #CCE3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3AF

Black with #CCE3AF

Text Example


Text Example

White with #CCE3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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