Html Css Color HEX #CABDFF Lavender Blue

📋 copy color: '#CABDFF'

red 202 ◦ green 189 ◦ blue 255

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

Shades of Lavender Blue #CABDFF

Tints of Lavender Blue #CABDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.26%

 BLUE value IS 255 (100% from 255) = 39.47%

R = 31.27%
G = 29.26%
B = 39.47%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CABDFF (or 0xCABDFF) is known color: Lavender Blue. HEX triplet: CA, BD and FF. RGB value is (202,189,255). Sum of RGB (Red+Green+Blue) = 202+189+255=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDFF is #354200. Grayscale: #C8C8C8. Windows color (decimal): -3490305 or 16760266. OLE color: 16760266.

HSL color Cylindrical-coordinate representation of color #CABDFF: hue angle of 251.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABDFF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 189 255 -
CMYK 0.21 0.26 0 0
HSL 251.82º 1% 0.87% -
HSV(B) 251.82º 0.26% 1% -
XYZ 60.6 56.17 102.26 -
YUV 200.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 202 189 255 0.21 0.26 0 0 251.82 1 0.87
Hex CA BD FF 15 1A 0 0 FC 64 57
Octal 312 275 377 25 32 0 0 374 144 127
Binary 11001010 10111101 11111111 10101 11010 0 0 11111100 1100100 1010111

Color Harmonies of #CABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDFF

Black with #CABDFF

Text Example


Text Example

White with #CABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDFF; }

 p { color: rgb(202,189,255); }

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

background-color css

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

 a { background-color: rgb(202,189,255); }

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

border-color css

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

 span { border-color: rgb(202,189,255); }

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