Html Css Color HEX #C8CDFD Lavender Blue

📋 copy color: '#C8CDFD'

red 200 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #C8CDFD

Tints of Lavender Blue #C8CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.16%

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

R = 30.4%
G = 31.16%
B = 38.45%

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

#C8CDFD (or 0xC8CDFD) is known color: Lavender Blue. HEX triplet: C8, CD and FD. RGB value is (200,205,253). Sum of RGB (Red+Green+Blue) = 200+205+253=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDFD is #373202. Grayscale: #D0D0D0. Windows color (decimal): -3617283 or 16633288. OLE color: 16633288.

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

Color convert

RGB 200 205 253 -
CMYK 0.21 0.19 0 0.01
HSL 234.34º 0.93% 0.89% -
HSV(B) 234.34º 0.21% 0.99% -
XYZ 63.38 63.03 101.75 -
YUV 208.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 200 205 253 0.21 0.19 0 0.01 234.34 0.93 0.89
Hex C8 CD FD 15 13 0 1 EA 5D 59
Octal 310 315 375 25 23 0 1 352 135 131
Binary 11001000 11001101 11111101 10101 10011 0 1 11101010 1011101 1011001

Color Harmonies of #C8CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDFD

Black with #C8CDFD

Text Example


Text Example

White with #C8CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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