Html Css Color HEX #C8CCFD Lavender Blue

📋 copy color: '#C8CCFD'

red 200 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #C8CCFD

Tints of Lavender Blue #C8CCFD

RGB

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

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

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

R = 30.44%
G = 31.05%
B = 38.51%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8CCFD (or 0xC8CCFD) is known color: Lavender Blue. HEX triplet: C8, CC and FD. RGB value is (200,204,253). Sum of RGB (Red+Green+Blue) = 200+204+253=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCFD is #373302. Grayscale: #D0D0D0. Windows color (decimal): -3617539 or 16633032. OLE color: 16633032.

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

Color convert

RGB 200 204 253 -
CMYK 0.21 0.19 0 0.01
HSL 235.47º 0.93% 0.89% -
HSV(B) 235.47º 0.21% 0.99% -
XYZ 63.14 62.56 101.68 -
YUV 208.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 200 204 253 0.21 0.19 0 0.01 235.47 0.93 0.89
Hex C8 CC FD 15 13 0 1 EB 5D 59
Octal 310 314 375 25 23 0 1 353 135 131
Binary 11001000 11001100 11111101 10101 10011 0 1 11101011 1011101 1011001

Color Harmonies of #C8CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCFD

Black with #C8CCFD

Text Example


Text Example

White with #C8CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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