Html Css Color HEX #CCD4FA Lavender Blue

📋 copy color: '#CCD4FA'

red 204 ◦ green 212 ◦ blue 250

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

Shades of Lavender Blue #CCD4FA

Tints of Lavender Blue #CCD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.83%

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

R = 30.63%
G = 31.83%
B = 37.54%

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

#CCD4FA (or 0xCCD4FA) is known color: Lavender Blue. HEX triplet: CC, D4 and FA. RGB value is (204,212,250). Sum of RGB (Red+Green+Blue) = 204+212+250=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FA is #332B05. Grayscale: #D5D5D5. Windows color (decimal): -3353350 or 16438476. OLE color: 16438476.

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

Color convert

RGB 204 212 250 -
CMYK 0.18 0.15 0 0.02
HSL 229.57º 0.82% 0.89% -
HSV(B) 229.57º 0.18% 0.98% -
XYZ 65.7 66.83 99.88 -
YUV 213.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 204 212 250 0.18 0.15 0 0.02 229.57 0.82 0.89
Hex CC D4 FA 12 F 0 2 E6 52 59
Octal 314 324 372 22 17 0 2 346 122 131
Binary 11001100 11010100 11111010 10010 1111 0 10 11100110 1010010 1011001

Color Harmonies of #CCD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4FA

Black with #CCD4FA

Text Example


Text Example

White with #CCD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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