Html Css Color HEX #C8CFFB Lavender Blue

📋 copy color: '#C8CFFB'

red 200 ◦ green 207 ◦ blue 251

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

Shades of Lavender Blue #C8CFFB

Tints of Lavender Blue #C8CFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 30.4%
G = 31.46%
B = 38.15%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8CFFB (or 0xC8CFFB) is known color: Lavender Blue. HEX triplet: C8, CF and FB. RGB value is (200,207,251). Sum of RGB (Red+Green+Blue) = 200+207+251=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFB is #373004. Grayscale: #D1D1D1. Windows color (decimal): -3616773 or 16502728. OLE color: 16502728.

HSL color Cylindrical-coordinate representation of color #C8CFFB: hue angle of 231.76º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CFFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 207 251 -
CMYK 0.20 0.18 0 0.02
HSL 231.76º 0.86% 0.88% -
HSV(B) 231.76º 0.2% 0.98% -
XYZ 63.54 63.87 100.25 -
YUV 209.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 200 207 251 0.20 0.18 0 0.02 231.76 0.86 0.88
Hex C8 CF FB 14 12 0 2 E8 56 58
Octal 310 317 373 24 22 0 2 350 126 130
Binary 11001000 11001111 11111011 10100 10010 0 10 11101000 1010110 1011000

Color Harmonies of #C8CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFFB

Black with #C8CFFB

Text Example


Text Example

White with #C8CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFFB; }

 p { color: rgb(200,207,251); }

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

background-color css

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

 a { background-color: rgb(200,207,251); }

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

border-color css

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

 span { border-color: rgb(200,207,251); }

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