Html Css Color HEX #CABDFE Lavender Blue

📋 copy color: '#CABDFE'

red 202 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #CABDFE

Tints of Lavender Blue #CABDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 31.32%
G = 29.3%
B = 39.38%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CABDFE (or 0xCABDFE) is known color: Lavender Blue. HEX triplet: CA, BD and FE. RGB value is (202,189,254). Sum of RGB (Red+Green+Blue) = 202+189+254=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDFE is #354201. Grayscale: #C8C8C8. Windows color (decimal): -3490306 or 16694730. OLE color: 16694730.

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

Color convert

RGB 202 189 254 -
CMYK 0.20 0.26 0 0.00
HSL 252º 0.97% 0.87% -
HSV(B) 252º 0.26% 1% -
XYZ 60.44 56.11 101.41 -
YUV 200.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 202 189 254 0.20 0.26 0 0.00 252 0.97 0.87
Hex CA BD FE 14 1A 0 0 FC 61 57
Octal 312 275 376 24 32 0 0 374 141 127
Binary 11001010 10111101 11111110 10100 11010 0 0 11111100 1100001 1010111

Color Harmonies of #CABDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDFE

Black with #CABDFE

Text Example


Text Example

White with #CABDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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