#CAEDC8

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

Shades of Blue Romance #CAEDC8

Tints of Blue Romance #CAEDC8

Color information

#CAEDC8 (or 0xCAEDC8) is unknown color: approx Blue Romance. HEX triplet: CA, ED and C8. RGB value is (202,237,200). Sum of RGB (Red+Green+Blue) = 202+237+200=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC8 is #351237. Grayscale: #DEDEDE. Windows color (decimal): -3478072 or 13168074. OLE color: 13168074.

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

Color convert

RGB202237200-
CMYK0.1500.160.07
HSL116.76º50.68%85.69%-
HSV(B)116.76º15.61%92.94%-
XYZ65.0777.366.13-
YUV222.32115.4113.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=31.61%
G=37.09%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372000.1500.160.07116.7650.6885.69
HexCAEDC8F0107753356
Octal31235531017020716563126
Binary110010101110110111001000111101000011111101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDC8; }

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

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

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

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

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

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

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

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