Html Css Color HEX #CCD3FC Lavender Blue

📋 copy color: '#CCD3FC'

red 204 ◦ green 211 ◦ blue 252

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

Shades of Lavender Blue #CCD3FC

Tints of Lavender Blue #CCD3FC

RGB

 RED value IS 204 (80.08% from 255) = 30.58%

 GREEN value IS 211 (82.81% from 255) = 31.63%

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

R = 30.58%
G = 31.63%
B = 37.78%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCD3FC (or 0xCCD3FC) is known color: Lavender Blue. HEX triplet: CC, D3 and FC. RGB value is (204,211,252). Sum of RGB (Red+Green+Blue) = 204+211+252=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3FC is #332C03. Grayscale: #D5D5D5. Windows color (decimal): -3353604 or 16569292. OLE color: 16569292.

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

Color convert

RGB 204 211 252 -
CMYK 0.19 0.16 0 0.01
HSL 231.25º 0.89% 0.89% -
HSV(B) 231.25º 0.19% 0.99% -
XYZ 65.77 66.45 101.46 -
YUV 213.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 204 211 252 0.19 0.16 0 0.01 231.25 0.89 0.89
Hex CC D3 FC 13 10 0 1 E7 59 59
Octal 314 323 374 23 20 0 1 347 131 131
Binary 11001100 11010011 11111100 10011 10000 0 1 11100111 1011001 1011001

Color Harmonies of #CCD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3FC

Black with #CCD3FC

Text Example


Text Example

White with #CCD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3FC; }

 p { color: rgb(204,211,252); }

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

background-color css

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

 a { background-color: rgb(204,211,252); }

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

border-color css

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

 span { border-color: rgb(204,211,252); }

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