Html Css Color HEX #CDC2F9 Lavender Blue

📋 copy color: '#CDC2F9'

red 205 ◦ green 194 ◦ blue 249

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

Shades of Lavender Blue #CDC2F9

Tints of Lavender Blue #CDC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.94%

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 31.64%
G = 29.94%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDC2F9 (or 0xCDC2F9) is known color: Lavender Blue. HEX triplet: CD, C2 and F9. RGB value is (205,194,249). Sum of RGB (Red+Green+Blue) = 205+194+249=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2F9 is #323D06. Grayscale: #CBCBCB. Windows color (decimal): -3292423 or 16368333. OLE color: 16368333.

HSL color Cylindrical-coordinate representation of color #CDC2F9: hue angle of 252º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC2F9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 194 249 -
CMYK 0.18 0.22 0 0.02
HSL 252º 0.82% 0.87% -
HSV(B) 252º 0.22% 0.98% -
XYZ 61.57 58.4 97.65 -
YUV 203.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 205 194 249 0.18 0.22 0 0.02 252 0.82 0.87
Hex CD C2 F9 12 16 0 2 FC 52 57
Octal 315 302 371 22 26 0 2 374 122 127
Binary 11001101 11000010 11111001 10010 10110 0 10 11111100 1010010 1010111

Color Harmonies of #CDC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC2F9

Black with #CDC2F9

Text Example


Text Example

White with #CDC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC2F9; }

 p { color: rgb(205,194,249); }

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

background-color css

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

 a { background-color: rgb(205,194,249); }

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

border-color css

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

 span { border-color: rgb(205,194,249); }

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