#CAE6C8

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

Shades of Blue Romance #CAE6C8

Tints of Blue Romance #CAE6C8

Color information

#CAE6C8 (or 0xCAE6C8) is unknown color: approx Blue Romance. HEX triplet: CA, E6 and C8. RGB value is (202,230,200). Sum of RGB (Red+Green+Blue) = 202+230+200=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6C8 is #351937. Grayscale: #DADADA. Windows color (decimal): -3479864 or 13166282. OLE color: 13166282.

HSL color Cylindrical-coordinate representation of color #CAE6C8: hue angle of 116º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE6C8 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB202230200-
CMYK0.1200.130.10
HSL116º37.5%84.31%-
HSV(B)116º13.04%90.2%-
XYZ63.0873.3265.47-
YUV218.21117.72116.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=31.96%
G=36.39%
B=31.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022302000.1200.130.1011637.584.31
HexCAE6C8C0DA742654
Octal312346310140151216446124
Binary110010101110011011001000110001101101011101001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6C8; }

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

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

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

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

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

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

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

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