Html Css Color HEX #C3CDFC Lavender Blue

📋 copy color: '#C3CDFC'

red 195 ◦ green 205 ◦ blue 252

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

Shades of Lavender Blue #C3CDFC

Tints of Lavender Blue #C3CDFC

RGB

 RED value IS 195 (76.56% from 255) = 29.91%

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 29.91%
G = 31.44%
B = 38.65%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3CDFC (or 0xC3CDFC) is known color: Lavender Blue. HEX triplet: C3, CD and FC. RGB value is (195,205,252). Sum of RGB (Red+Green+Blue) = 195+205+252=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDFC is #3C3203. Grayscale: #CFCFCF. Windows color (decimal): -3944964 or 16567747. OLE color: 16567747.

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

Color convert

RGB 195 205 252 -
CMYK 0.23 0.19 0 0.01
HSL 229.47º 0.9% 0.88% -
HSV(B) 229.47º 0.23% 0.99% -
XYZ 61.91 62.29 100.86 -
YUV 207.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 195 205 252 0.23 0.19 0 0.01 229.47 0.9 0.88
Hex C3 CD FC 17 13 0 1 E5 5A 58
Octal 303 315 374 27 23 0 1 345 132 130
Binary 11000011 11001101 11111100 10111 10011 0 1 11100101 1011010 1011000

Color Harmonies of #C3CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDFC

Black with #C3CDFC

Text Example


Text Example

White with #C3CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDFC; }

 p { color: rgb(195,205,252); }

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

background-color css

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

 a { background-color: rgb(195,205,252); }

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

border-color css

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

 span { border-color: rgb(195,205,252); }

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