Html Css Color HEX #CCD5FD Lavender Blue

📋 copy color: '#CCD5FD'

red 204 ◦ green 213 ◦ blue 253

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

Shades of Lavender Blue #CCD5FD

Tints of Lavender Blue #CCD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.79%

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 30.45%
G = 31.79%
B = 37.76%

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

#CCD5FD (or 0xCCD5FD) is known color: Lavender Blue. HEX triplet: CC, D5 and FD. RGB value is (204,213,253). Sum of RGB (Red+Green+Blue) = 204+213+253=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FD is #332A02. Grayscale: #D6D6D6. Windows color (decimal): -3353091 or 16635340. OLE color: 16635340.

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

Color convert

RGB 204 213 253 -
CMYK 0.19 0.16 0 0.01
HSL 228.98º 0.92% 0.9% -
HSV(B) 228.98º 0.19% 0.99% -
XYZ 66.43 67.52 102.46 -
YUV 214.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 204 213 253 0.19 0.16 0 0.01 228.98 0.92 0.9
Hex CC D5 FD 13 10 0 1 E5 5C 5A
Octal 314 325 375 23 20 0 1 345 134 132
Binary 11001100 11010101 11111101 10011 10000 0 1 11100101 1011100 1011010

Color Harmonies of #CCD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5FD

Black with #CCD5FD

Text Example


Text Example

White with #CCD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5FD; }

 p { color: rgb(204,213,253); }

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

background-color css

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

 a { background-color: rgb(204,213,253); }

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

border-color css

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

 span { border-color: rgb(204,213,253); }

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