Html Css Color HEX #C8CAFA Lavender Blue

📋 copy color: '#C8CAFA'

red 200 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #C8CAFA

Tints of Lavender Blue #C8CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.98%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 30.67%
G = 30.98%
B = 38.34%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8CAFA (or 0xC8CAFA) is known color: Lavender Blue. HEX triplet: C8, CA and FA. RGB value is (200,202,250). Sum of RGB (Red+Green+Blue) = 200+202+250=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAFA is #373505. Grayscale: #CECECE. Windows color (decimal): -3618054 or 16435912. OLE color: 16435912.

HSL color Cylindrical-coordinate representation of color #C8CAFA: hue angle of 237.6º degrees, saturation: 0.83, 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 #C8CAFA is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 202 250 -
CMYK 0.2 0.19 0 0.02
HSL 237.6º 0.83% 0.88% -
HSV(B) 237.6º 0.2% 0.98% -
XYZ 62.2 61.42 99.02 -
YUV 206.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 200 202 250 0.2 0.19 0 0.02 237.6 0.83 0.88
Hex C8 CA FA 14 13 0 2 EE 53 58
Octal 310 312 372 24 23 0 2 356 123 130
Binary 11001000 11001010 11111010 10100 10011 0 10 11101110 1010011 1011000

Color Harmonies of #C8CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAFA

Black with #C8CAFA

Text Example


Text Example

White with #C8CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAFA; }

 p { color: rgb(200,202,250); }

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

background-color css

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

 a { background-color: rgb(200,202,250); }

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

border-color css

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

 span { border-color: rgb(200,202,250); }

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