Html Css Color HEX #CCCDFD Lavender Blue

📋 copy color: '#CCCDFD'

red 204 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #CCCDFD

Tints of Lavender Blue #CCCDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.97%

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

R = 30.82%
G = 30.97%
B = 38.22%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCDFD (or 0xCCCDFD) is known color: Lavender Blue. HEX triplet: CC, CD and FD. RGB value is (204,205,253). Sum of RGB (Red+Green+Blue) = 204+205+253=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFD is #333202. Grayscale: #D1D1D1. Windows color (decimal): -3355139 or 16633292. OLE color: 16633292.

HSL color Cylindrical-coordinate representation of color #CCCDFD: hue angle of 238.78º 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 #CCCDFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 205 253 -
CMYK 0.19 0.19 0 0.01
HSL 238.78º 0.92% 0.9% -
HSV(B) 238.78º 0.19% 0.99% -
XYZ 64.46 63.59 101.81 -
YUV 210.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 204 205 253 0.19 0.19 0 0.01 238.78 0.92 0.9
Hex CC CD FD 13 13 0 1 EF 5C 5A
Octal 314 315 375 23 23 0 1 357 134 132
Binary 11001100 11001101 11111101 10011 10011 0 1 11101111 1011100 1011010

Color Harmonies of #CCCDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDFD

Black with #CCCDFD

Text Example


Text Example

White with #CCCDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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