Html Css Color HEX #C8CCF1 Lavender Blue

📋 copy color: '#C8CCF1'

red 200 ◦ green 204 ◦ blue 241

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

Shades of Lavender Blue #C8CCF1

Tints of Lavender Blue #C8CCF1

RGB

 RED value IS 200 (78.52% from 255) = 31.01%

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

 BLUE value IS 241 (94.53% from 255) = 37.36%

R = 31.01%
G = 31.63%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8CCF1 (or 0xC8CCF1) is known color: Lavender Blue. HEX triplet: C8, CC and F1. RGB value is (200,204,241). Sum of RGB (Red+Green+Blue) = 200+204+241=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCF1 is #37330E. Grayscale: #CECECE. Windows color (decimal): -3617551 or 15846600. OLE color: 15846600.

HSL color Cylindrical-coordinate representation of color #C8CCF1: hue angle of 234.15º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CCF1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 204 241 -
CMYK 0.17 0.15 0 0.05
HSL 234.15º 0.59% 0.86% -
HSV(B) 234.15º 0.17% 0.95% -
XYZ 61.29 61.82 91.92 -
YUV 207.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 200 204 241 0.17 0.15 0 0.05 234.15 0.59 0.86
Hex C8 CC F1 11 F 0 5 EA 3B 56
Octal 310 314 361 21 17 0 5 352 73 126
Binary 11001000 11001100 11110001 10001 1111 0 101 11101010 111011 1010110

Color Harmonies of #C8CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCF1

Black with #C8CCF1

Text Example


Text Example

White with #C8CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCF1; }

 p { color: rgb(200,204,241); }

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

background-color css

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

 a { background-color: rgb(200,204,241); }

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

border-color css

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

 span { border-color: rgb(200,204,241); }

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