Html Css Color HEX #C4CCFF Lavender Blue

📋 copy color: '#C4CCFF'

red 196 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #C4CCFF

Tints of Lavender Blue #C4CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.15%

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

R = 29.92%
G = 31.15%
B = 38.93%

CMYK

 C value IS 0.23

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4CCFF (or 0xC4CCFF) is known color: Lavender Blue. HEX triplet: C4, CC and FF. RGB value is (196,204,255). Sum of RGB (Red+Green+Blue) = 196+204+255=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CCFF is #3B3300. Grayscale: #CFCFCF. Windows color (decimal): -3879681 or 16764100. OLE color: 16764100.

HSL color Cylindrical-coordinate representation of color #C4CCFF: hue angle of 231.86º 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 #C4CCFF is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 204 255 -
CMYK 0.23 0.2 0 0
HSL 231.86º 1% 0.88% -
HSV(B) 231.86º 0.23% 1% -
XYZ 62.41 62.14 103.31 -
YUV 207.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 196 204 255 0.23 0.2 0 0 231.86 1 0.88
Hex C4 CC FF 17 14 0 0 E8 64 58
Octal 304 314 377 27 24 0 0 350 144 130
Binary 11000100 11001100 11111111 10111 10100 0 0 11101000 1100100 1011000

Color Harmonies of #C4CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCFF

Black with #C4CCFF

Text Example


Text Example

White with #C4CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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