Html Css Color HEX #C0CCFF Lavender Blue

📋 copy color: '#C0CCFF'

red 192 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #C0CCFF

Tints of Lavender Blue #C0CCFF

RGB

 RED value IS 192 (75.39% from 255) = 29.49%

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

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

R = 29.49%
G = 31.34%
B = 39.17%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0CCFF (or 0xC0CCFF) is known color: Lavender Blue. HEX triplet: C0, CC and FF. RGB value is (192,204,255). Sum of RGB (Red+Green+Blue) = 192+204+255=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFF is #3F3300. Grayscale: #CECECE. Windows color (decimal): -4141825 or 16764096. OLE color: 16764096.

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

Color convert

RGB 192 204 255 -
CMYK 0.25 0.2 0 0
HSL 228.57º 1% 0.88% -
HSV(B) 228.57º 0.25% 1% -
XYZ 61.38 61.61 103.27 -
YUV 206.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 192 204 255 0.25 0.2 0 0 228.57 1 0.88
Hex C0 CC FF 19 14 0 0 E5 64 58
Octal 300 314 377 31 24 0 0 345 144 130
Binary 11000000 11001100 11111111 11001 10100 0 0 11100101 1100100 1011000

Color Harmonies of #C0CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCFF

Black with #C0CCFF

Text Example


Text Example

White with #C0CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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