Html Css Color HEX #CCD3F9 Lavender Blue

📋 copy color: '#CCD3F9'

red 204 ◦ green 211 ◦ blue 249

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

Shades of Lavender Blue #CCD3F9

Tints of Lavender Blue #CCD3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.5%

R = 30.72%
G = 31.78%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD3F9 (or 0xCCD3F9) is known color: Lavender Blue. HEX triplet: CC, D3 and F9. RGB value is (204,211,249). Sum of RGB (Red+Green+Blue) = 204+211+249=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3F9 is #332C06. Grayscale: #D5D5D5. Windows color (decimal): -3353607 or 16372684. OLE color: 16372684.

HSL color Cylindrical-coordinate representation of color #CCD3F9: hue angle of 230.67º degrees, saturation: 0.79, 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 #CCD3F9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 211 249 -
CMYK 0.18 0.15 0 0.02
HSL 230.67º 0.79% 0.89% -
HSV(B) 230.67º 0.18% 0.98% -
XYZ 65.29 66.27 98.97 -
YUV 213.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 204 211 249 0.18 0.15 0 0.02 230.67 0.79 0.89
Hex CC D3 F9 12 F 0 2 E7 4F 59
Octal 314 323 371 22 17 0 2 347 117 131
Binary 11001100 11010011 11111001 10010 1111 0 10 11100111 1001111 1011001

Color Harmonies of #CCD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3F9

Black with #CCD3F9

Text Example


Text Example

White with #CCD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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