Html Css Color HEX #CDCCF2 Lavender Blue

📋 copy color: '#CDCCF2'

red 205 ◦ green 204 ◦ blue 242

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

Shades of Lavender Blue #CDCCF2

Tints of Lavender Blue #CDCCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 31.49%
G = 31.34%
B = 37.17%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDCCF2 (or 0xCDCCF2) is known color: Lavender Blue. HEX triplet: CD, CC and F2. RGB value is (205,204,242). Sum of RGB (Red+Green+Blue) = 205+204+242=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF2 is #32330D. Grayscale: #D0D0D0. Windows color (decimal): -3289870 or 15912141. OLE color: 15912141.

HSL color Cylindrical-coordinate representation of color #CDCCF2: hue angle of 241.58º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCCF2 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 204 242 -
CMYK 0.15 0.16 0 0.05
HSL 241.58º 0.59% 0.87% -
HSV(B) 241.58º 0.16% 0.95% -
XYZ 62.8 62.58 92.77 -
YUV 208.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 205 204 242 0.15 0.16 0 0.05 241.58 0.59 0.87
Hex CD CC F2 F 10 0 5 F2 3B 57
Octal 315 314 362 17 20 0 5 362 73 127
Binary 11001101 11001100 11110010 1111 10000 0 101 11110010 111011 1010111

Color Harmonies of #CDCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCCF2

Black with #CDCCF2

Text Example


Text Example

White with #CDCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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