Html Css Color HEX #CCE2A5 Reef

📋 copy color: '#CCE2A5'

red 204 ◦ green 226 ◦ blue 165

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

Shades of Reef #CCE2A5

Tints of Reef #CCE2A5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.98%

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

R = 34.29%
G = 37.98%
B = 27.73%

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

#CCE2A5 (or 0xCCE2A5) is known color: Reef. HEX triplet: CC, E2 and A5. RGB value is (204,226,165). Sum of RGB (Red+Green+Blue) = 204+226+165=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE2A5 is #331D5A. Grayscale: #D4D4D4. Windows color (decimal): -3349851 or 10871500. OLE color: 10871500.

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

Color convert

RGB 204 226 165 -
CMYK 0.10 0 0.27 0.11
HSL 81.64º 0.51% 0.77% -
HSV(B) 81.64º 0.27% 0.89% -
XYZ 58.89 69.95 45.99 -
YUV 212.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 204 226 165 0.10 0 0.27 0.11 81.64 0.51 0.77
Hex CC E2 A5 A 0 1B B 52 33 4D
Octal 314 342 245 12 0 33 13 122 63 115
Binary 11001100 11100010 10100101 1010 0 11011 1011 1010010 110011 1001101

Color Harmonies of #CCE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2A5

Black with #CCE2A5

Text Example


Text Example

White with #CCE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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