Html Css Color HEX #C6CDFD Lavender Blue

📋 copy color: '#C6CDFD'

red 198 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #C6CDFD

Tints of Lavender Blue #C6CDFD

RGB

 RED value IS 198 (77.73% from 255) = 30.18%

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

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

R = 30.18%
G = 31.25%
B = 38.57%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6CDFD (or 0xC6CDFD) is known color: Lavender Blue. HEX triplet: C6, CD and FD. RGB value is (198,205,253). Sum of RGB (Red+Green+Blue) = 198+205+253=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDFD is #393202. Grayscale: #D0D0D0. Windows color (decimal): -3748355 or 16633286. OLE color: 16633286.

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

Color convert

RGB 198 205 253 -
CMYK 0.22 0.19 0 0.01
HSL 232.36º 0.93% 0.88% -
HSV(B) 232.36º 0.22% 0.99% -
XYZ 62.85 62.76 101.73 -
YUV 208.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 198 205 253 0.22 0.19 0 0.01 232.36 0.93 0.88
Hex C6 CD FD 16 13 0 1 E8 5D 58
Octal 306 315 375 26 23 0 1 350 135 130
Binary 11000110 11001101 11111101 10110 10011 0 1 11101000 1011101 1011000

Color Harmonies of #C6CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDFD

Black with #C6CDFD

Text Example


Text Example

White with #C6CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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