#CCDFA3

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

Shades of Reef #CCDFA3

Tints of Reef #CCDFA3

Color information

#CCDFA3 (or 0xCCDFA3) is unknown color: approx Reef. HEX triplet: CC, DF and A3. RGB value is (204,223,163). Sum of RGB (Red+Green+Blue) = 204+223+163=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA3 is #33205C. Grayscale: #D2D2D2. Windows color (decimal): -3350621 or 10739660. OLE color: 10739660.

HSL color Cylindrical-coordinate representation of color #CCDFA3: hue angle of 79º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCDFA3 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB204223163-
CMYK0.0900.270.13
HSL79º48.39%75.69%-
HSV(B)79º26.91%87.45%-
XYZ57.968.2644.77-
YUV210.48101.21123.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=34.58%
G=37.80%
B=27.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231630.0900.270.137948.3975.69
HexCCDFA3901BD4f304c
Octal314337243110331511760114
Binary1100110011011111101000111001011011110110011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFA3; }

 p { color: rgb(204,223,163); }

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

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

 a { background-color: rgb(204,223,163); }

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

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

 span { border-color: rgb(204,223,163); }

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