Html Css Color HEX #CCD4E5 Periwinkle

📋 copy color: '#CCD4E5'

red 204 ◦ green 212 ◦ blue 229

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

Shades of Periwinkle #CCD4E5

Tints of Periwinkle #CCD4E5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.87%

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

R = 31.63%
G = 32.87%
B = 35.5%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCD4E5 (or 0xCCD4E5) is known color: Periwinkle. HEX triplet: CC, D4 and E5. RGB value is (204,212,229). Sum of RGB (Red+Green+Blue) = 204+212+229=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4E5 is #332B1A. Grayscale: #D3D3D3. Windows color (decimal): -3353371 or 15062220. OLE color: 15062220.

HSL color Cylindrical-coordinate representation of color #CCD4E5: hue angle of 220.8º 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 #CCD4E5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 212 229 -
CMYK 0.11 0.07 0 0.10
HSL 220.8º 0.32% 0.85% -
HSV(B) 220.8º 0.11% 0.9% -
XYZ 62.59 65.58 83.49 -
YUV 211.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 204 212 229 0.11 0.07 0 0.10 220.8 0.32 0.85
Hex CC D4 E5 B 7 0 A DD 20 55
Octal 314 324 345 13 7 0 12 335 40 125
Binary 11001100 11010100 11100101 1011 111 0 1010 11011101 100000 1010101

Color Harmonies of #CCD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4E5

Black with #CCD4E5

Text Example


Text Example

White with #CCD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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