Html Css Color HEX #CCCDF1 Lavender Blue

📋 copy color: '#CCCDF1'

red 204 ◦ green 205 ◦ blue 241

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

Shades of Lavender Blue #CCCDF1

Tints of Lavender Blue #CCCDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 31.38%
G = 31.54%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCCDF1 (or 0xCCCDF1) is known color: Lavender Blue. HEX triplet: CC, CD and F1. RGB value is (204,205,241). Sum of RGB (Red+Green+Blue) = 204+205+241=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF1 is #33320E. Grayscale: #D0D0D0. Windows color (decimal): -3355151 or 15846860. OLE color: 15846860.

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

Color convert

RGB 204 205 241 -
CMYK 0.15 0.15 0 0.05
HSL 238.38º 0.57% 0.87% -
HSV(B) 238.38º 0.15% 0.95% -
XYZ 62.61 62.85 92.05 -
YUV 208.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 204 205 241 0.15 0.15 0 0.05 238.38 0.57 0.87
Hex CC CD F1 F F 0 5 EE 39 57
Octal 314 315 361 17 17 0 5 356 71 127
Binary 11001100 11001101 11110001 1111 1111 0 101 11101110 111001 1010111

Color Harmonies of #CCCDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDF1

Black with #CCCDF1

Text Example


Text Example

White with #CCCDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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