Html Css Color HEX #CDCCF0 Lavender Blue

📋 copy color: '#CDCCF0'

red 205 ◦ green 204 ◦ blue 240

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

Shades of Lavender Blue #CDCCF0

Tints of Lavender Blue #CDCCF0

RGB

 RED value IS 205 (80.47% from 255) = 31.59%

 GREEN value IS 204 (80.08% from 255) = 31.43%

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 31.59%
G = 31.43%
B = 36.98%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDCCF0 (or 0xCDCCF0) is known color: Lavender Blue. HEX triplet: CD, CC and F0. RGB value is (205,204,240). Sum of RGB (Red+Green+Blue) = 205+204+240=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF0 is #32330F. Grayscale: #D0D0D0. Windows color (decimal): -3289872 or 15781069. OLE color: 15781069.

HSL color Cylindrical-coordinate representation of color #CDCCF0: hue angle of 241.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCCF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 204 240 -
CMYK 0.15 0.15 0 0.06
HSL 241.67º 0.55% 0.87% -
HSV(B) 241.67º 0.15% 0.94% -
XYZ 62.5 62.46 91.2 -
YUV 208.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 205 204 240 0.15 0.15 0 0.06 241.67 0.55 0.87
Hex CD CC F0 F F 0 6 F2 37 57
Octal 315 314 360 17 17 0 6 362 67 127
Binary 11001101 11001100 11110000 1111 1111 0 110 11110010 110111 1010111

Color Harmonies of #CDCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCCF0

Black with #CDCCF0

Text Example


Text Example

White with #CDCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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