Html Css Color HEX #CAE5C8 Blue Romance

📋 copy color: '#CAE5C8'

red 202 ◦ green 229 ◦ blue 200

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

Shades of Blue Romance #CAE5C8

Tints of Blue Romance #CAE5C8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.29%

 BLUE value IS 200 (78.52% from 255) = 31.7%

R = 32.01%
G = 36.29%
B = 31.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#CAE5C8 (or 0xCAE5C8) is known color: Blue Romance. HEX triplet: CA, E5 and C8. RGB value is (202,229,200). Sum of RGB (Red+Green+Blue) = 202+229+200=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5C8 is #351A37. Grayscale: #D9D9D9. Windows color (decimal): -3480120 or 13166026. OLE color: 13166026.

HSL color Cylindrical-coordinate representation of color #CAE5C8: hue angle of 115.86º degrees, saturation: 0.36, 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 #CAE5C8 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 200 -
CMYK 0.12 0 0.13 0.10
HSL 115.86º 0.36% 0.84% -
HSV(B) 115.86º 0.13% 0.9% -
XYZ 62.8 72.77 65.38 -
YUV 217.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 202 229 200 0.12 0 0.13 0.10 115.86 0.36 0.84
Hex CA E5 C8 C 0 D A 74 24 54
Octal 312 345 310 14 0 15 12 164 44 124
Binary 11001010 11100101 11001000 1100 0 1101 1010 1110100 100100 1010100

Color Harmonies of #CAE5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5C8

Black with #CAE5C8

Text Example


Text Example

White with #CAE5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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