Html Css Color HEX #CCD4FE Lavender Blue

📋 copy color: '#CCD4FE'

red 204 ◦ green 212 ◦ blue 254

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

Shades of Lavender Blue #CCD4FE

Tints of Lavender Blue #CCD4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 30.45%
G = 31.64%
B = 37.91%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCD4FE (or 0xCCD4FE) is known color: Lavender Blue. HEX triplet: CC, D4 and FE. RGB value is (204,212,254). Sum of RGB (Red+Green+Blue) = 204+212+254=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FE is #332B01. Grayscale: #D6D6D6. Windows color (decimal): -3353346 or 16700620. OLE color: 16700620.

HSL color Cylindrical-coordinate representation of color #CCD4FE: hue angle of 230.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD4FE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 212 254 -
CMYK 0.20 0.17 0 0.00
HSL 230.4º 0.96% 0.9% -
HSV(B) 230.4º 0.2% 1% -
XYZ 66.33 67.08 103.22 -
YUV 214.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 204 212 254 0.20 0.17 0 0.00 230.4 0.96 0.9
Hex CC D4 FE 14 11 0 0 E6 60 5A
Octal 314 324 376 24 21 0 0 346 140 132
Binary 11001100 11010100 11111110 10100 10001 0 0 11100110 1100000 1011010

Color Harmonies of #CCD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4FE

Black with #CCD4FE

Text Example


Text Example

White with #CCD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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