Html Css Color HEX #CCE3A5 Reef

📋 copy color: '#CCE3A5'

red 204 ◦ green 227 ◦ blue 165

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

Shades of Reef #CCE3A5

Tints of Reef #CCE3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.68%

R = 34.23%
G = 38.09%
B = 27.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#CCE3A5 (or 0xCCE3A5) is known color: Reef. HEX triplet: CC, E3 and A5. RGB value is (204,227,165). Sum of RGB (Red+Green+Blue) = 204+227+165=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE3A5 is #331C5A. Grayscale: #D5D5D5. Windows color (decimal): -3349595 or 10871756. OLE color: 10871756.

HSL color Cylindrical-coordinate representation of color #CCE3A5: hue angle of 82.26º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCE3A5 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 165 -
CMYK 0.10 0 0.27 0.11
HSL 82.26º 0.53% 0.77% -
HSV(B) 82.26º 0.27% 0.89% -
XYZ 59.16 70.49 46.09 -
YUV 213.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 204 227 165 0.10 0 0.27 0.11 82.26 0.53 0.77
Hex CC E3 A5 A 0 1B B 52 35 4D
Octal 314 343 245 12 0 33 13 122 65 115
Binary 11001100 11100011 10100101 1010 0 11011 1011 1010010 110101 1001101

Color Harmonies of #CCE3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3A5

Black with #CCE3A5

Text Example


Text Example

White with #CCE3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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