Html Css Color HEX #CCD3E5 Periwinkle

📋 copy color: '#CCD3E5'

red 204 ◦ green 211 ◦ blue 229

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

Shades of Periwinkle #CCD3E5

Tints of Periwinkle #CCD3E5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.76%

 BLUE value IS 229 (89.84% from 255) = 35.56%

R = 31.68%
G = 32.76%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCD3E5 (or 0xCCD3E5) is known color: Periwinkle. HEX triplet: CC, D3 and E5. RGB value is (204,211,229). Sum of RGB (Red+Green+Blue) = 204+211+229=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3E5 is #332C1A. Grayscale: #D2D2D2. Windows color (decimal): -3353627 or 15061964. OLE color: 15061964.

HSL color Cylindrical-coordinate representation of color #CCD3E5: hue angle of 223.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD3E5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 211 229 -
CMYK 0.11 0.08 0 0.10
HSL 223.2º 0.32% 0.85% -
HSV(B) 223.2º 0.11% 0.9% -
XYZ 62.34 65.08 83.41 -
YUV 210.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 204 211 229 0.11 0.08 0 0.10 223.2 0.32 0.85
Hex CC D3 E5 B 8 0 A DF 20 55
Octal 314 323 345 13 10 0 12 337 40 125
Binary 11001100 11010011 11100101 1011 1000 0 1010 11011111 100000 1010101

Color Harmonies of #CCD3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3E5

Black with #CCD3E5

Text Example


Text Example

White with #CCD3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3E5; }

 p { color: rgb(204,211,229); }

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

background-color css

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

 a { background-color: rgb(204,211,229); }

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

border-color css

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

 span { border-color: rgb(204,211,229); }

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