#CCF3AB

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

Shades of Reef #CCF3AB

Tints of Reef #CCF3AB

Color information

#CCF3AB (or 0xCCF3AB) is unknown color: approx Reef. HEX triplet: CC, F3 and AB. RGB value is (204,243,171). Sum of RGB (Red+Green+Blue) = 204+243+171=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF3AB is #330C54. Grayscale: #DFDFDF. Windows color (decimal): -3345493 or 11269068. OLE color: 11269068.

HSL color Cylindrical-coordinate representation of color #CCF3AB: hue angle of 92.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF3AB is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB204243171-
CMYK0.1600.300.05
HSL92.5º75%81.18%-
HSV(B)92.5º29.63%95.29%-
XYZ64.379.8850.56-
YUV223.1398.58114.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=33.01%
G=39.32%
B=27.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431710.1600.300.0592.57581.18
HexCCF3AB1001E55c4b51
Octal314363253200365134113121
Binary11001100111100111010101110000011110101101110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3AB; }

 p { color: rgb(204,243,171); }

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

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

 a { background-color: rgb(204,243,171); }

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

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

 span { border-color: rgb(204,243,171); }

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