#CAE9C9

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

Shades of Blue Romance #CAE9C9

Tints of Blue Romance #CAE9C9

Color information

#CAE9C9 (or 0xCAE9C9) is unknown color: approx Blue Romance. HEX triplet: CA, E9 and C9. RGB value is (202,233,201). Sum of RGB (Red+Green+Blue) = 202+233+201=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9C9 is #351636. Grayscale: #DCDCDC. Windows color (decimal): -3479095 or 13232586. OLE color: 13232586.

HSL color Cylindrical-coordinate representation of color #CAE9C9: hue angle of 118.12º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE9C9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB202233201-
CMYK0.1300.140.09
HSL118.12º42.11%85.1%-
HSV(B)118.12º13.73%91.37%-
XYZ64.0475.0566.37-
YUV220.08117.23115.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 233 (91.41% from 255) = 36.64%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=31.76%
G=36.64%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022332010.1300.140.09118.1242.1185.1
HexCAE9C9D0E9762a55
Octal312351311150161116652125
Binary110010101110100111001001110101110100111101101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9C9; }

 p { color: rgb(202,233,201); }

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

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

 a { background-color: rgb(202,233,201); }

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

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

 span { border-color: rgb(202,233,201); }

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