Html Css Color HEX #CCE6A5 Reef

📋 copy color: '#CCE6A5'

red 204 ◦ green 230 ◦ blue 165

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

Shades of Reef #CCE6A5

Tints of Reef #CCE6A5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

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

R = 34.06%
G = 38.4%
B = 27.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#CCE6A5 (or 0xCCE6A5) is known color: Reef. HEX triplet: CC, E6 and A5. RGB value is (204,230,165). Sum of RGB (Red+Green+Blue) = 204+230+165=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6A5 is #33195A. Grayscale: #D7D7D7. Windows color (decimal): -3348827 or 10872524. OLE color: 10872524.

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

Color convert

RGB 204 230 165 -
CMYK 0.11 0 0.28 0.10
HSL 84º 0.57% 0.77% -
HSV(B) 84º 0.28% 0.9% -
XYZ 59.99 72.15 46.36 -
YUV 214.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 204 230 165 0.11 0 0.28 0.10 84 0.57 0.77
Hex CC E6 A5 B 0 1C A 54 39 4D
Octal 314 346 245 13 0 34 12 124 71 115
Binary 11001100 11100110 10100101 1011 0 11100 1010 1010100 111001 1001101

Color Harmonies of #CCE6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6A5

Black with #CCE6A5

Text Example


Text Example

White with #CCE6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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