Html Css Color HEX #C8CAFD Lavender Blue

📋 copy color: '#C8CAFD'

red 200 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #C8CAFD

Tints of Lavender Blue #C8CAFD

RGB

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

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

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

R = 30.53%
G = 30.84%
B = 38.63%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8CAFD (or 0xC8CAFD) is known color: Lavender Blue. HEX triplet: C8, CA and FD. RGB value is (200,202,253). Sum of RGB (Red+Green+Blue) = 200+202+253=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAFD is #373502. Grayscale: #CFCFCF. Windows color (decimal): -3618051 or 16632520. OLE color: 16632520.

HSL color Cylindrical-coordinate representation of color #C8CAFD: hue angle of 237.74º 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 #C8CAFD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 202 253 -
CMYK 0.21 0.20 0 0.01
HSL 237.74º 0.93% 0.89% -
HSV(B) 237.74º 0.21% 0.99% -
XYZ 62.67 61.61 101.52 -
YUV 207.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 200 202 253 0.21 0.20 0 0.01 237.74 0.93 0.89
Hex C8 CA FD 15 14 0 1 EE 5D 59
Octal 310 312 375 25 24 0 1 356 135 131
Binary 11001000 11001010 11111101 10101 10100 0 1 11101110 1011101 1011001

Color Harmonies of #C8CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAFD

Black with #C8CAFD

Text Example


Text Example

White with #C8CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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