#CCE69D

Color #CCE69D Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCE69D

Tints of Reef #CCE69D

Color information

#CCE69D (or 0xCCE69D) is unknown color: approx Reef. HEX triplet: CC, E6 and 9D. RGB value is (204,230,157). Sum of RGB (Red+Green+Blue) = 204+230+157=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69D is #331962. Grayscale: #D6D6D6. Windows color (decimal): -3348835 or 10348236. OLE color: 10348236.

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

Color convert

RGB204230157-
CMYK0.1100.320.10
HSL81.37º59.35%75.88%-
HSV(B)81.37º31.74%90.2%-
XYZ59.2871.8742.65-
YUV213.995.89120.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 157 (61.72% from 255) = 26.57%
R=34.52%
G=38.92%
B=26.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301570.1100.320.1081.3759.3575.88
HexCCE69DB020A513b4c
Octal314346235130401212173114
Binary11001100111001101001110110110100000101010100011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE69D; }

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

 H1.HeaderClassName
 {
   color: #CCE69D;
 }
 .AnyTagClassName
 {
   color: #CCE69D;
 }
</style>
background-color css

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

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

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

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

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

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