#CAEDAD

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

Shades of Reef #CAEDAD

Tints of Reef #CAEDAD

Color information

#CAEDAD (or 0xCAEDAD) is unknown color: approx Reef. HEX triplet: CA, ED and AD. RGB value is (202,237,173). Sum of RGB (Red+Green+Blue) = 202+237+173=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDAD is #351252. Grayscale: #DBDBDB. Windows color (decimal): -3478099 or 11398602. OLE color: 11398602.

HSL color Cylindrical-coordinate representation of color #CAEDAD: hue angle of 92.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEDAD is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB202237173-
CMYK0.1500.270.07
HSL92.81º64%80.39%-
HSV(B)92.81º27%92.94%-
XYZ62.1876.1450.95-
YUV219.24101.9115.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=33.01%
G=38.73%
B=28.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371730.1500.270.0792.816480.39
HexCAEDADF01B75d4050
Octal312355255170337135100120
Binary1100101011101101101011011111011011111101110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDAD; }

 p { color: rgb(202,237,173); }

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

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

 a { background-color: rgb(202,237,173); }

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

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

 span { border-color: rgb(202,237,173); }

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