Html Css Color HEX #CCD3FA Lavender Blue

📋 copy color: '#CCD3FA'

red 204 ◦ green 211 ◦ blue 250

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

Shades of Lavender Blue #CCD3FA

Tints of Lavender Blue #CCD3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 30.68%
G = 31.73%
B = 37.59%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD3FA (or 0xCCD3FA) is known color: Lavender Blue. HEX triplet: CC, D3 and FA. RGB value is (204,211,250). Sum of RGB (Red+Green+Blue) = 204+211+250=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3FA is #332C05. Grayscale: #D5D5D5. Windows color (decimal): -3353606 or 16438220. OLE color: 16438220.

HSL color Cylindrical-coordinate representation of color #CCD3FA: hue angle of 230.87º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD3FA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 211 250 -
CMYK 0.18 0.16 0 0.02
HSL 230.87º 0.82% 0.89% -
HSV(B) 230.87º 0.18% 0.98% -
XYZ 65.45 66.33 99.8 -
YUV 213.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 204 211 250 0.18 0.16 0 0.02 230.87 0.82 0.89
Hex CC D3 FA 12 10 0 2 E7 52 59
Octal 314 323 372 22 20 0 2 347 122 131
Binary 11001100 11010011 11111010 10010 10000 0 10 11100111 1010010 1011001

Color Harmonies of #CCD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3FA

Black with #CCD3FA

Text Example


Text Example

White with #CCD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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