Html Css Color HEX #CACEFD Lavender Blue

📋 copy color: '#CACEFD'

red 202 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #CACEFD

Tints of Lavender Blue #CACEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.16%

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 30.56%
G = 31.16%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CACEFD (or 0xCACEFD) is known color: Lavender Blue. HEX triplet: CA, CE and FD. RGB value is (202,206,253). Sum of RGB (Red+Green+Blue) = 202+206+253=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #CACEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFD is #353102. Grayscale: #D1D1D1. Windows color (decimal): -3485955 or 16633546. OLE color: 16633546.

HSL color Cylindrical-coordinate representation of color #CACEFD: hue angle of 235.29º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACEFD is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 206 253 -
CMYK 0.20 0.19 0 0.01
HSL 235.29º 0.93% 0.89% -
HSV(B) 235.29º 0.2% 0.99% -
XYZ 64.16 63.79 101.86 -
YUV 210.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 202 206 253 0.20 0.19 0 0.01 235.29 0.93 0.89
Hex CA CE FD 14 13 0 1 EB 5D 59
Octal 312 316 375 24 23 0 1 353 135 131
Binary 11001010 11001110 11111101 10100 10011 0 1 11101011 1011101 1011001

Color Harmonies of #CACEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEFD

Black with #CACEFD

Text Example


Text Example

White with #CACEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEFD; }

 p { color: rgb(202,206,253); }

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

background-color css

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

 a { background-color: rgb(202,206,253); }

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

border-color css

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

 span { border-color: rgb(202,206,253); }

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