Html Css Color HEX #C4D2FF Lavender Blue

📋 copy color: '#C4D2FF'

red 196 ◦ green 210 ◦ blue 255

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

Shades of Lavender Blue #C4D2FF

Tints of Lavender Blue #C4D2FF

RGB

 RED value IS 196 (76.95% from 255) = 29.65%

 GREEN value IS 210 (82.42% from 255) = 31.77%

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

R = 29.65%
G = 31.77%
B = 38.58%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4D2FF (or 0xC4D2FF) is known color: Lavender Blue. HEX triplet: C4, D2 and FF. RGB value is (196,210,255). Sum of RGB (Red+Green+Blue) = 196+210+255=661 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.65% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D2FF is #3B2D00. Grayscale: #D2D2D2. Windows color (decimal): -3878145 or 16765636. OLE color: 16765636.

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

Color convert

RGB 196 210 255 -
CMYK 0.23 0.18 0 0
HSL 225.76º 1% 0.88% -
HSV(B) 225.76º 0.23% 1% -
XYZ 63.86 65.05 103.8 -
YUV 210.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 196 210 255 0.23 0.18 0 0 225.76 1 0.88
Hex C4 D2 FF 17 12 0 0 E2 64 58
Octal 304 322 377 27 22 0 0 342 144 130
Binary 11000100 11010010 11111111 10111 10010 0 0 11100010 1100100 1011000

Color Harmonies of #C4D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D2FF

Black with #C4D2FF

Text Example


Text Example

White with #C4D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D2FF; }

 p { color: rgb(196,210,255); }

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

background-color css

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

 a { background-color: rgb(196,210,255); }

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

border-color css

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

 span { border-color: rgb(196,210,255); }

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