Html Css Color HEX #CAECC9 Blue Romance

📋 copy color: '#CAECC9'

red 202 ◦ green 236 ◦ blue 201

#CAECC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #CAECC9

Tints of Blue Romance #CAECC9

RGB

 RED value IS 202 (79.3% from 255) = 31.61%

 GREEN value IS 236 (92.58% from 255) = 36.93%

 BLUE value IS 201 (78.91% from 255) = 31.46%

R = 31.61%
G = 36.93%
B = 31.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CAECC9 (or 0xCAECC9) is known color: Blue Romance. HEX triplet: CA, EC and C9. RGB value is (202,236,201). Sum of RGB (Red+Green+Blue) = 202+236+201=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC9 is #351336. Grayscale: #DDDDDD. Windows color (decimal): -3478327 or 13233354. OLE color: 13233354.

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

Color convert

RGB 202 236 201 -
CMYK 0.14 0 0.15 0.07
HSL 118.29º 0.48% 0.86% -
HSV(B) 118.29º 0.15% 0.93% -
XYZ 64.9 76.76 66.66 -
YUV 221.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 202 236 201 0.14 0 0.15 0.07 118.29 0.48 0.86
Hex CA EC C9 E 0 F 7 76 30 56
Octal 312 354 311 16 0 17 7 166 60 126
Binary 11001010 11101100 11001001 1110 0 1111 111 1110110 110000 1010110

Color Harmonies of #CAECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECC9

Black with #CAECC9

Text Example


Text Example

White with #CAECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECC9; }

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

 H1.HeaderClassName
 {
   color: #CAECC9;
 }
 .AnyTagClassName
 {
   color: #CAECC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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