#CADBA3

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

Shades of Reef #CADBA3

Tints of Reef #CADBA3

Color information

#CADBA3 (or 0xCADBA3) is unknown color: approx Reef. HEX triplet: CA, DB and A3. RGB value is (202,219,163). Sum of RGB (Red+Green+Blue) = 202+219+163=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA3 is #35245C. Grayscale: #CFCFCF. Windows color (decimal): -3482717 or 10738634. OLE color: 10738634.

HSL color Cylindrical-coordinate representation of color #CADBA3: hue angle of 78.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CADBA3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB202219163-
CMYK0.0800.260.14
HSL78.21º43.75%74.9%-
HSV(B)78.21º25.57%85.88%-
XYZ56.365.8644.4-
YUV207.53102.87124.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 27.91%
R=34.59%
G=37.5%
B=27.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191630.0800.260.1478.2143.7574.9
HexCADBA3801AE4e2c4b
Octal312333243100321611654113
Binary1100101011011011101000111000011010111010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBA3; }

 p { color: rgb(202,219,163); }

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

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

 a { background-color: rgb(202,219,163); }

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

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

 span { border-color: rgb(202,219,163); }

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