Html Css Color HEX #C0CFFF Lavender Blue

📋 copy color: '#C0CFFF'

red 192 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #C0CFFF

Tints of Lavender Blue #C0CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.65%

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

R = 29.36%
G = 31.65%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0CFFF (or 0xC0CFFF) is known color: Lavender Blue. HEX triplet: C0, CF and FF. RGB value is (192,207,255). Sum of RGB (Red+Green+Blue) = 192+207+255=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFFF is #3F3000. Grayscale: #CFCFCF. Windows color (decimal): -4141057 or 16764864. OLE color: 16764864.

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

Color convert

RGB 192 207 255 -
CMYK 0.25 0.19 0 0
HSL 225.71º 1% 0.88% -
HSV(B) 225.71º 0.25% 1% -
XYZ 62.1 63.05 103.5 -
YUV 207.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 192 207 255 0.25 0.19 0 0 225.71 1 0.88
Hex C0 CF FF 19 13 0 0 E2 64 58
Octal 300 317 377 31 23 0 0 342 144 130
Binary 11000000 11001111 11111111 11001 10011 0 0 11100010 1100100 1011000

Color Harmonies of #C0CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFFF

Black with #C0CFFF

Text Example


Text Example

White with #C0CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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