Html Css Color HEX #C0CCFD Lavender Blue

📋 copy color: '#C0CCFD'

red 192 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #C0CCFD

Tints of Lavender Blue #C0CCFD

RGB

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

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

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

R = 29.58%
G = 31.43%
B = 38.98%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0CCFD (or 0xC0CCFD) is known color: Lavender Blue. HEX triplet: C0, CC and FD. RGB value is (192,204,253). Sum of RGB (Red+Green+Blue) = 192+204+253=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFD is #3F3302. Grayscale: #CDCDCD. Windows color (decimal): -4141827 or 16633024. OLE color: 16633024.

HSL color Cylindrical-coordinate representation of color #C0CCFD: hue angle of 228.2º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CCFD is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 204 253 -
CMYK 0.24 0.19 0 0.01
HSL 228.2º 0.94% 0.87% -
HSV(B) 228.2º 0.24% 0.99% -
XYZ 61.06 61.48 101.58 -
YUV 206 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 192 204 253 0.24 0.19 0 0.01 228.2 0.94 0.87
Hex C0 CC FD 18 13 0 1 E4 5E 57
Octal 300 314 375 30 23 0 1 344 136 127
Binary 11000000 11001100 11111101 11000 10011 0 1 11100100 1011110 1010111

Color Harmonies of #C0CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCFD

Black with #C0CCFD

Text Example


Text Example

White with #C0CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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