Html Css Color HEX #CACBF5 Lavender Blue

📋 copy color: '#CACBF5'

red 202 ◦ green 203 ◦ blue 245

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

Shades of Lavender Blue #CACBF5

Tints of Lavender Blue #CACBF5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.23%

 BLUE value IS 245 (96.09% from 255) = 37.69%

R = 31.08%
G = 31.23%
B = 37.69%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CACBF5 (or 0xCACBF5) is known color: Lavender Blue. HEX triplet: CA, CB and F5. RGB value is (202,203,245). Sum of RGB (Red+Green+Blue) = 202+203+245=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBF5 is #35340A. Grayscale: #CFCFCF. Windows color (decimal): -3486731 or 16108490. OLE color: 16108490.

HSL color Cylindrical-coordinate representation of color #CACBF5: hue angle of 238.6º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACBF5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 203 245 -
CMYK 0.18 0.17 0 0.04
HSL 238.6º 0.68% 0.88% -
HSV(B) 238.6º 0.18% 0.96% -
XYZ 62.19 61.86 95.05 -
YUV 207.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 202 203 245 0.18 0.17 0 0.04 238.6 0.68 0.88
Hex CA CB F5 12 11 0 4 EF 44 58
Octal 312 313 365 22 21 0 4 357 104 130
Binary 11001010 11001011 11110101 10010 10001 0 100 11101111 1000100 1011000

Color Harmonies of #CACBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBF5

Black with #CACBF5

Text Example


Text Example

White with #CACBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBF5; }

 p { color: rgb(202,203,245); }

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

background-color css

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

 a { background-color: rgb(202,203,245); }

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

border-color css

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

 span { border-color: rgb(202,203,245); }

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