Html Css Color HEX #CDC5FA Lavender Blue

📋 copy color: '#CDC5FA'

red 205 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #CDC5FA

Tints of Lavender Blue #CDC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.21%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 31.44%
G = 30.21%
B = 38.34%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDC5FA (or 0xCDC5FA) is known color: Lavender Blue. HEX triplet: CD, C5 and FA. RGB value is (205,197,250). Sum of RGB (Red+Green+Blue) = 205+197+250=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5FA is #323A05. Grayscale: #CDCDCD. Windows color (decimal): -3291654 or 16434637. OLE color: 16434637.

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

Color convert

RGB 205 197 250 -
CMYK 0.18 0.21 0 0.02
HSL 249.06º 0.84% 0.88% -
HSV(B) 249.06º 0.21% 0.98% -
XYZ 62.4 59.81 98.7 -
YUV 205.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 205 197 250 0.18 0.21 0 0.02 249.06 0.84 0.88
Hex CD C5 FA 12 15 0 2 F9 54 58
Octal 315 305 372 22 25 0 2 371 124 130
Binary 11001101 11000101 11111010 10010 10101 0 10 11111001 1010100 1011000

Color Harmonies of #CDC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC5FA

Black with #CDC5FA

Text Example


Text Example

White with #CDC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC5FA; }

 p { color: rgb(205,197,250); }

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

background-color css

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

 a { background-color: rgb(205,197,250); }

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

border-color css

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

 span { border-color: rgb(205,197,250); }

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