#CADBA1

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

Shades of Reef #CADBA1

Tints of Reef #CADBA1

Color information

#CADBA1 (or 0xCADBA1) is unknown color: approx Reef. HEX triplet: CA, DB and A1. RGB value is (202,219,161). Sum of RGB (Red+Green+Blue) = 202+219+161=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA1 is #35245E. Grayscale: #CFCFCF. Windows color (decimal): -3482719 or 10607562. OLE color: 10607562.

HSL color Cylindrical-coordinate representation of color #CADBA1: hue angle of 77.59º degrees, saturation: 0.45, 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 #CADBA1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB202219161-
CMYK0.0800.260.14
HSL77.59º44.62%74.51%-
HSV(B)77.59º26.48%85.88%-
XYZ56.1265.7943.46-
YUV207.3101.87124.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=34.71%
G=37.63%
B=27.66%

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
Decimal2022191610.0800.260.1477.5944.6274.51
HexCADBA1801AE4e2d4b
Octal312333241100321611655113
Binary1100101011011011101000011000011010111010011101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBA1; }

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

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

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

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

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

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

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

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